ASP objects
Sage CRM provides the following objects you can use when creating custom ASP pages:
Object |
Description |
---|---|
Provides access to the lists of recipients (To, Cc, and Bcc). |
|
Provides access to message attachments. |
|
Provides access to email attachments. |
|
Provides access to Sage CRM objects and functionality. |
|
Sets up the context information for the current view and displays the tabs for that view. |
|
Is the base for all CRM blocks. |
|
Use this object to draw charts and graphs. |
|
Use this object to group blocks on a screen. |
|
Is a simple block that takes a text string and displays it on the page. |
|
Corresponds to a single field that's displayed or edited onscreen. |
|
Corresponds to a screen in CRM. |
|
Provides access to external files that are not part of the system. |
|
Use this block to display images through an ASP page. |
|
Use this object to set the properties of an individual column within a list. |
|
Use this object to create and display lists. |
|
Use this object to add scrolling text to a page. |
|
Use this object to send messages in SMS and email format. |
|
Use this object to create organizational charts. |
|
Use this object to create cross-sectional diagrams that represent data from an ASP page or table. |
|
Use this object to enter and execute SQL statements against a known system database. |
|
Represents records in a table. |
|
Provides access to the CRM database and to many CRM object methods, from outside the CRM application. |
|
Use this objects to define fields to be included in a target list. |
|
Use this object to set up a list of CRMTargetListField objects. |
|
Use this object to create and save a target list in conjunction with the CRMTargetListField object and CRMTargetListFields object. |
|
Use this object to customize scripts deployed by E-mail Management. The Email object provides access to an email through its properties and methods. |
|
Use this object to customize scripts deployed by E-mail Management. The MailAddress object provides access to an individual address from the AddressList object. |
|
Use this object customize scripts deployed by E-mail Management. It provides basic access to the Email object and functionality for the system. |